Wrong names/data types might be displayed when debugging

Symptoms for control flow debugging:

  • When debugging an ST function block that is used in an ST program, the Variables view of the Debug perspective displays the name of the program instead of the name of the function block instance.

  • For in-out variables (= VAR_IN_OUT), the Variables view of the Debug perspective displays an internal name instead of the actual name. Likewise, an internal data type is displayed instead of the actual data type.
    Example: LC_VD_IO1 is displayed instead of the name IO1. LC_TD_INT is displayed instead of the data type INT.

Workaround: none existing